libxl: remove XS transaction from public API.
authorIan Campbell <ian.campbell@citrix.com>
Wed, 23 Mar 2011 15:55:13 +0000 (15:55 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 23 Mar 2011 15:55:13 +0000 (15:55 +0000)
commit026bb0b5c01368de35ffcd2c10e2e2057a2fec6d
treed6d63130290507aba88eee1e60fb4e7e7e7f567a
parent381c919a7c3019b376091c6ebdbdad7f33ee1e8d
libxl: remove XS transaction from public API.

All external users pass 0 anyway so make the version of
libxl_domain_rename which takes a transaction internal and provide an
external facing function which does not expose a transaction.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl.c
tools/libxl/libxl.h
tools/libxl/libxl_create.c
tools/libxl/libxl_internal.h
tools/libxl/xl_cmdimpl.c
tools/python/xen/lowlevel/xl/xl.c